var net/http.http2shutdownTimerMsg

3 uses

	net/http (current package)
		h2_bundle.go#L4853: 				case http2shutdownTimerMsg:
		h2_bundle.go#L4897: 	http2shutdownTimerMsg    = new(http2serverMessage)
		h2_bundle.go#L4906: func (sc *http2serverConn) onShutdownTimer() { sc.sendServeMsg(http2shutdownTimerMsg) }